﻿.faq h2 {
    font-family: 'Helvetica', 'Arial', 'Lucida GrandeArial', 'Helvetica';
    font-weight: normal;
    font-size: 18px !important;
    display: block;
    border-bottom: solid 1px #000000;
    padding-bottom: 10px !important;
    color: #d59d58;
    padding-right: 10px;
    background-color: transparent;
    position: relative;
    margin-bottom: 7px !important;
    margin-top: 0px;
}

.seostyle h1 {
    font-family: 'Helvetica', 'Arial', 'Lucida GrandeArial', 'Helvetica';
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    display: block;
    border-bottom: solid 1px #000000;
    padding-bottom: 0px;
    color: #d59d58;
    padding-right: 10px;
    background-color: transparent;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.seostyle h2 {
    font-family: 'Helvetica', 'Arial', 'Lucida GrandeArial', 'Helvetica';
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    display: block;
    border-bottom: solid 1px #000000;
    padding-bottom: 0px;
    color: #d59d58;
    padding-right: 10px;
    background-color: transparent;
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
}

.seostyle h3 {
    font-family: 'Helvetica', 'Arial', 'Lucida GrandeArial', 'Helvetica';
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    margin: 4px 0 4px 0;
    color: #ca9157
}

.seostyle h4 {
    display: inline;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.faq h5 {
    font-size: 15px;
    line-height: 20px !important;
}

.seostyle {
    font-size: 15px;
    line-height: 20px !important;
}

.seostyle .rest_container {
    float: left;
    vertical-align: middle;
    line-height: 15px;
    width: 100%;
}

.seostyle .faq_container {
    float: left;
    width: 100%;
    vertical-align: middle;
    line-height: 15px;
    margin-bottom: 20px;
}

.seostyle .faq_inside {
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e5e8;
    height: 30px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.seostyle .text_inside {
    float: left;
    vertical-align: middle;
    line-height: 20px;
    width: 100%;
    padding: 10px;
    padding-left:0px;
}

.seostyle .faqtext_inside {
    float: left;
    vertical-align: middle;
    line-height: 20px;
    width: 100%;
    border: 1px solid #e5e5e8;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.seostyletabrow {
    background: #DEDEE2;
    color: black;
    height: 40px;
    vertical-align: bottom;
}

.seostyletextrow {
    background: white;
    border: 1px solid #DEDEE2;
    color: black;
    height: auto;
}

    .seostyletextrow h5 {
        font-size: 15px;
        line-height: 20px !important;
        font-weight: normal;
        padding: 10px;
        margin: 0px;
    }

.seostyletabcell {
    width: auto;
    float: left;
    margin-top: 10px;
    padding: 4px 15px 0 15px;
    height: 26px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.seostyletabcell:hover, active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: grey;
    color: white;
}

.seostylecellactive {
    width: auto;
    float: left;
    margin-top: 10px;
    padding: 4px 15px 0 15px;
    height: 26px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: -2px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: grey;
    color: white;
}

.seostyletabcell h2 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: -2px;
}

.seostylecellactive h2 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: -2px;
}

.seostyletabdivider {
    float: left;
    margin-top: 10px;
    padding: 4px 0px 0 0px;
    height: 26px;
    text-align: center;
}

.seostyletab {
    margin-top: 10px;
    padding: 10px 15px 0 15px;
    height: 26px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -2px;
}

.seostyletab:hover, active {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: grey;
    color: white;
}

.faqicondown {
    display: block;
    width: 16px;
    float: right;
    margin-top: 10px;
}

.faqiconup {
    display: none;
    width: 16px;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 599px) {
    .seostyle .text_inside {
        width: 95% !important;
    }

    .seostyle .faqtext_inside {
        width: 95% !important;
    }
}